Welcome![Sign In][Sign Up]
Location:
Search - tcp monitor

Search list

[ICQ-IM-Chat基于JAVA的ICQ系统的设计于实现

Description: 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080。-server and client presentation by Socket Interface (TCP) connections. Java use in presentation interface is quite simple, Java API sets to address the communications interface provides a type java.net.Socket. , Making the preparation of network applications relatively easily. Multi-threaded servers to meet the multi-user request, through JDBC and background database connections, and through the creation of a ServerSocket object from the client to monitor the connection request, the default port of 8080.
Platform: | Size: 1710080 | Author: 陈玉平 | Hits:

[CSharp同步套接字监听

Description: 使用同步套接字服务器的主机解析、主机绑定、端口监听、数据传输和数据接收等功能来实现电脑之间的通讯图的左边显示了...本文使用了一个线程来接收用户的网络通讯信息和监听端口的服务。-use synchronization socket server host parsing mainframe bundled, port monitoring, data transmission and data reception capabilities to achieve communication between the computer map on the left ... This paper shows the use of a threaded to receive user information and communications network monitor port services.
Platform: | Size: 68608 | Author: 李斌 | Hits:

[Otherjava8543535462

Description: 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-server and client presentation by Socket Interface (TCP) connections. Java use in presentation interface is quite simple, Java API sets to address the communications interface provides a type java.net.Socket. , Making the preparation of network applications relatively easily. Multi-threaded servers to meet the multi-user request, through JDBC and background database connections, and through the creation of a ServerSocket object from the client to monitor the connection request, the default port of 8080, then infinite loops call accept () method to accept client connections
Platform: | Size: 903168 | Author: | Hits:

[Internet-NetworkscanTCPUDP

Description: 本源码是监控计算机的TCP/udp的端口使用情况,还监控系统服务等。-the source is the computer monitor TCP/udp use of the port, but also control system services.
Platform: | Size: 303104 | Author: luwaiping | Hits:

[Internet-NetworkIPMonitor_VCC

Description: windows 下的网络数据解析工具,vc++环境,支持tcp,upd,port选择-windows of network data analysis tool vc environment to support tcp, upd. port options
Platform: | Size: 241664 | Author: Lotus | Hits:

[Internet-NetworkremoteCtrl123

Description: 屏幕监控,利用TCP协议可以监控屏幕和鼠标控制.-Screen Monitor, the use of TCP can monitor screen and mouse control.
Platform: | Size: 587776 | Author: Alex | Hits:

[JSP/Javachengxu

Description: 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-Between server and client through the socket Socket (TCP) connection. In java using a very simple set of interfaces, Java API to handle socket communications category provides a java.net.Socket., Makes the preparation of web applications is relatively easy. Server used to meet the needs of multi-threaded multi-user request, through the JDBC database connection with the background and, through the creation of a ServerSocket object to monitor connection requests from clients, the default port is 8080, and then infinite loop calling accept () method to accept client connection
Platform: | Size: 164864 | Author: 达瓦 | Hits:

[Internet-Networktcp

Description: 伪tcp代码的实现,可以监听客户端的端口 -Tcp pseudo-code to achieve, you can monitor the client port
Platform: | Size: 2048 | Author: 111 | Hits:

[Internet-NetworkListener

Description: tcp监听器,可以用来debug监听tcp请求或商用-tcp listener can be used to debug monitor tcp request or business
Platform: | Size: 28672 | Author: sidshen | Hits:

[Delphi VCLSPServer

Description: SPServer.rar一个基于TCP/IP监听发送代码,支持多客户端。-SPServer.rar based on TCP/IP monitor to send the code to support multi-client.
Platform: | Size: 577536 | Author: ss | Hits:

[ICQ-IM-Chatnew4_6_Server

Description: 这是TCP/IP聊天的服务器端VC++原代码,实现socket编程,开启监听。客户端如果有连接请求则可以接受,并实现数据收发。-This is the TCP/IP chat server-side VC++ The original code, the realization of socket programming, open the monitor. If the client connection request can be accepted and data transceiver.
Platform: | Size: 36864 | Author: lingxin | Hits:

[Web Serverqddown_java8543535625

Description: 系统采用客户/服务器摸式 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-System uses a client/server mode between server and client through the socket Socket (TCP) connection. In java using a very simple set of interfaces, Java API to handle socket communications category provides a java.net.Socket., Makes the preparation of web applications is relatively easy. Server used to meet the needs of multi-threaded multi-user request, through the JDBC database connection with the background and, through the creation of a ServerSocket object to monitor connection requests from clients, the default port is 8080, and then infinite loop calling accept () method to accept client connection
Platform: | Size: 903168 | Author: 梧桐 | Hits:

[TCP/IP stacktcp

Description: TCP网络调试程序 本程序可以用来进行TCP通信的调试,程序包含了TCP服务器和客户端两个部分。 TCP服务器可以在指定的端口进行监听,并同时最多处理100个连接。实时显示每个连接发送过来的数据,并且可以手工选择需要对哪个连接回送数据,或者是断开某个连接。 TCP客户端可以对某个IP(或者直接输入域名)的端口进行连接,实时显示已经连接的服务器发送的信息,可以手动输入需要发送到服务器的内容。-TCP network debugger can be used to carry out this procedure debugging TCP communication, the program includes a TCP server and client in two parts. TCP server port can be designated to monitor and at the same time deal with a maximum of 100 connections. Real-time display of each connection send data and can manually select which connections need to return data, or disconnect a connection. TCP client can be on a certain IP (or directly enter the domain name) to connect the port, real-time display has been connected to the server send the information, you can manually enter the need to send content to the server.
Platform: | Size: 55296 | Author: 韩波 | Hits:

[TCP/IP stackTCP

Description: 本程序可以用来进行TCP通信的调试,程序包含了TCP服务器和客户端两个部分。 TCP服务器可以在指定的端口进行监听,并同时最多处理100个连接。实时显示每个连接发送过来的数据,并且可以手工选择需要对哪个连接回送数据,或者是断开某个连接。 TCP客户端可以对某个IP(或者直接输入域名)的端口进行连接,实时显示已经连接的服务器发送的信息,可以手动输入需要发送到服务器的内容。 这个程序在对一些自己编写的服务器或者客户端的程序进行调试的时候比较有用。-This procedure can be used for TCP communication debugging, the program includes a TCP server and client in two parts. TCP server port can be designated to monitor and at the same time deal with a maximum of 100 connections. Real-time display of each connection send data and can manually select which connections need to return data, or disconnect a connection. TCP client can be on a certain IP (or directly enter the domain name) to connect the port, real-time display has been connected to the server send the information, you can manually enter the need to send content to the server. This procedure in the preparation of some of their own server or client process more useful when debugging.
Platform: | Size: 1963008 | Author: 雷钊 | Hits:

[Windows DevelopdiskmonTrace

Description: 根据windows事件追踪ETW(Event Trace For Windows)的原理实现磁盘监控的技术。 监视磁盘的读写操作。 该源码还是其他监控的一个导向。ETW可以监控的有磁盘操作,文件操作,进程操作,Tcp/Udp操作等等。-According to windows event tracking ETW (Event Trace For Windows) realize the principle of monitoring disk technology. Monitor disk read and write operations. The source code of a monitor or other-oriented. ETW can have a disk monitoring operation, file operation, the process of operation, Tcp/Udp operation and so on.
Platform: | Size: 388096 | Author: 王飞 | Hits:

[Sniffer Package capturesniffer

Description: 编译环境:VC6 作用:简单功能的sniffer.使用WSADATA等windows socket.可监听tcp,udp,icmp等,也可根据需要更改代码.-Compiler Environment: VC6 role: a simple function of sniffer. Use WSADATA such as windows socket. Can monitor tcp, udp, icmp, etc. may also need to change the code.
Platform: | Size: 13312 | Author: 嘟嘟 | Hits:

[Internet-NetworkPortSpy

Description: visual basic 大的防火墙,可阻拦连接,基于IP地址,局域网port号码-One gient leap towards a genuine FIREWALL in visual basic. With this you can block connections based upon ip address, local port number, or remote port number. To do this it relies on the TCP table and NOT opening sockets and then setting them to listen. This is an advanced TCP monitor and blocker. I also added a test connection form that will try to connect to the selected ip and show any data that was sent. You can kill all those annoying ads when using ICQ or anything for that matter that is adware. Just simply add the address of the ad server to the block list. The source is fully commented. This being the first release there will no doubt be things that I may have overlooked. I have spent a great deal of time in putting this program to the test. I would greatly appreciate any comments and suggestions.
Platform: | Size: 32768 | Author: 衡云翰 | Hits:

[CSharpcSharp-tcp-ip

Description: C#编写的TCP/IP文字传输,可以连接到远程地址、端口,也可以监听本地端口-Written in C# TCP/IP Transfer, you can connect to the remote address, port, local port can monitor
Platform: | Size: 88064 | Author: jammylee | Hits:

[Internet-NetworkTCP-monitor

Description: 一个完整支持并发的TCP服务端与客户端应用程序,最大客户端支持1000以上-Full support for concurrent TCP server and client applications, the largest client supports more than 1,000
Platform: | Size: 627712 | Author: 李玉宝 | Hits:

[Special EffectsTCP-TCP-MONITOR

Description: TCP 协议视频监控,简单易上手, 是个很好的学习资料。-TCP protocol video surveillance, simple and approachable, a good learning materials.
Platform: | Size: 1094656 | Author: 刘振勇 | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net